home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / wait15.zip / WAIT.DOC < prev    next >
Text File  |  1988-07-07  |  2KB  |  81 lines

  1.                          Wait v1.5 -- By Scott Deming
  2.                          ----------------------------
  3.  
  4.    Wait is a utility a little like the MS-DOS Pause utility
  5. but with more meaning.  With the MS-DOS Pause utility you are
  6. very limited to only one thing "Press any key to continue. .
  7. ." while with WAIT you can make your own prompt and have
  8. colour or even have it beep.  This is a very basic program
  9. and is very easy to learn.  To use WAIT you just type need to
  10. type in "WAIT {parameters/prompt}".  Here is an explanation
  11. of the parameters:
  12.  
  13.                     Available parameters:
  14.                     ---------------------
  15.   \B  : Sounds a beep when inserted to the command line
  16.   \Cx : Changes the foreground colour where x is:
  17.            0 : WHITE
  18.            1 : BLUE
  19.            2 : RED
  20.            3 : YELLOW
  21.            4 : CYAN
  22.            5 : PURPLE
  23.            6 : GREEN
  24.            7 : GREY #1
  25.            8 : GREY #2
  26.            9 : BLACK
  27.   \Tx : Changes the background colour where x is:
  28.            0 : WHITE
  29.            1 : BLUE
  30.            2 : RED
  31.            3 : YELLOW
  32.            4 : CYAN
  33.            5 : PURPLE
  34.            6 : GREEN
  35.            7 : GREY #1
  36.            8 : GREY #2
  37.            9 : BLACK
  38.   \H  : Clears the screen and homes the cursor
  39.   \Kx : Sets kalidescope colors on/off where if x=0 then off, if x=1 then on
  40.   \Sx : Sets the spinning cursor on/off where if x=0 then off, if x=1 then on
  41.   \D  : Prints the current dos version
  42.  
  43.    That is all of the function i have thought of so far,  but any suggestions
  44. or donations will be accepted at:
  45.  
  46.                       Spectra-Soft
  47.                       2005 Roundtable Dr West
  48.                       Canton, MI  48188
  49.  
  50.    I sure hope you enjoy using this program and i can be reached on The Dude
  51. Man Dude bbs at 313-420-4624 user #8 - Thank you.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. ===][ Version Updates ][===
  68.  
  69. v1.0 -- June 28th 1988
  70.         1st Version,  Not too much included still thinking of more stuff.
  71. v1.1 -- July 5th 1988
  72.         Minor problem fixed,  Lowercase now excepted.  Paramater added,
  73.         Background change using \Tx now works.
  74. v1.5 -- July 8th 1988
  75.         Parameters added are \H to clear the screen,  \D to print dos version,
  76.         \Kx to turn Kalidescope on and off,  and \Sx to turn spinning cursor
  77.         on and off.
  78.  
  79.  
  80.  
  81.